|
Foxit PDF SDK
|
Public 成员函数 | |
| def | ParagraphEditingUndoItem (other) |
| 构造函数,使用另一个撤销项目对象。 更多... | |
| def | IsEmpty () |
| 检查当前对象是否为空。 更多... | |
| def | Redo () |
| 重做此项目。 更多... | |
| def | Undo () |
| 撤销此项目。 更多... | |
此类表示在执行撤销/重做操作时使用的对象。
| def FoxitPDFSDKPython2.ParagraphEditingUndoItem.ParagraphEditingUndoItem | ( | other | ) |
构造函数,使用另一个撤销项目对象。
| [in] | other | 另一个撤销项目对象。 |
| def FoxitPDFSDKPython2.ParagraphEditingUndoItem.IsEmpty | ( | ) |
检查当前对象是否为空。
当当前对象为空时,意味着当前对象无用。
| def FoxitPDFSDKPython2.ParagraphEditingUndoItem.Redo | ( | ) |
重做此项目。
| def FoxitPDFSDKPython2.ParagraphEditingUndoItem.Undo | ( | ) |
撤销此项目。